Start(string[]) Method
Summary
Starts the service with the specified arguments.
Syntax
public void Start(
string[] args
)
Public Overloads Sub Start( _
ByVal args() As String _
)
public:
void Start(
array<String^>^ args
)
Parameters
args
The arguments to pass to the service.